* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	 font-family: 'microsoft yahei',Arial,Helvetica, sans-serif;
}

html,
body {
	font-size: 14px;
	color: #333;
	font-family: 'microsoft yahei',Arial,Helvetica, sans-serif;
}

img {
	max-width: 100%;
}

.bigimg {
	max-width: initial;
}

ul,
ol,
li {
	list-style: none;
}

.oh {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

#zoom {
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#zoom .content {
	z-index: 99991;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	background: #ffffff no-repeat 50% 50%;
	padding: 0;
	margin: -100px 0 0 -100px;
	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}

#zoom .content.loading {
	background-image: url('../images/loading.gif');
}

#zoom img {
	display: block;
	max-width: none;
	background: #ececec;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
}

#zoom .close {
	z-index: 99993;
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	cursor: pointer;
	background: transparent url('../images/close.png') no-repeat 50% 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 0 0 0 4px;
}

#zoom .previous,
#zoom .next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	width: 49px;
	height: 49px;
	margin-top: -25px;
}

#zoom .previous {
	left: 0;
	background: url('../images/arrows.png') no-repeat 0 0;
	border-radius: 0 4px 4px 0;
}

#zoom .next {
	right: 0;
	background: url('../images/arrows.png') no-repeat 100% 0;
	border-radius: 4px 0 0 4px;
}

#zoom .close:hover {
	background-color: #da4f49;
}

#zoom .previous:hover,
#zoom .next:hover {
	background-color: #0088cc;
}

.main {
	padding-bottom: 50px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.imgcon {
	font-size: 0;
	line-height: 0;
}

.oh1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.oh2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.oh3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.oh4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.oh5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.hiddom {
	display: none;
}

.db {
	display: block;
}

.pr {
	position: relative;
}

.dib {
	display: inline-block;
}

.juzhong {
	width: 1200px;
	margin: 0 auto;
}

.pc {
	display: block;
}

.sj {
	display: none;
}

.headertop {
	border-bottom: 1px solid #d5d5d5;
}

.headertopcon {
	display: flex;
	justify-content: space-between;
	height: 36px;
	align-items: center;
}

.dibvm {
	display: inline-block;
	vertical-align: middle;
}

.hrcon {
	cursor: pointer;
	margin-left: 10px;
}

.headercent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 130px;
}

.logocon {
	font-size: 0;
}

.logocon {
	display: inline-block;
	vertical-align: middle;
}

.logodet {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	border-left: 1px solid #d5d5d5;
	margin-left: 10px;
}

.logodet span:nth-child(1) {
    font-weight: bold;
	font-size: 22px;
	color: #0066b2;
	display: block;
}

.logodet span:nth-child(2) {
	font-size: 16px;
	color: #1e1c1e;
}

.phonedet span:nth-child(1) {
	font-size: 16px;
	color: #1e1c1e;
	display: block;
}

.phonedet span:nth-child(2) {
	font-size: 16px;
	color: #1e1c1e;
}

.headernav {
	background: url(../images/navbk.png) no-repeat;
	background-position: top center;
	height: 70px;
}

.hnavul {
	color: #fff;
	font-size: 0;
}

.hnavul li {
	width: 140px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	display: inline-block;
	margin-top: 10px;
	position: relative;
}

.hnavul li::after {
	content: '';
	background: url(../images/navline.png) no-repeat;
	position: absolute;
	height: 19px;
	width: 2px;
	background-size: 100% 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.hnavul li:nth-child(1)::after {
	display: none;
}

.hnavul li:last-child::after {
	display: none;
}

.hnavul li:nth-child(1) {
	margin-right: 30px;
	background: url(../images/home.png) no-repeat center left;
}

.hnavul li>a {
	display: inline-block;
	line-height: 26px;

}

.hnavmore {
	margin: 0px;
	padding: 0;
	position: absolute;
	z-index: 999;
}

.hnavmore a {
	display: block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #252525;
	color: #fff;

}

.hnavul .active>a {
	color: #004273;
	border-bottom: 1px solid #004273;
}

.hnavul li.active:nth-child(1) a {
	color: #fff;
	border-bottom: none;
}

.footer {
	color: #6f6f6f;
	background-color: #2d2d2d;
}

.footerbot {
	text-align: center;
	border-top: 1px solid #575757;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
}

.footertop {
	display: flex;
	justify-content: space-between;
	padding: 45px 0 20px 0;
}

.footertopleft {
	text-align: center;
	color: #fff;
}

.ewmname {
	margin-top: 10px;
	margin-bottom: 15px;
}

.ewmcon {
	margin-top: 10px;
}

.fttr {
	display: flex;
	width: 748px;
	justify-content: space-between;
}

.fttrul {
	width: 105px;
}

.fttrtitle {
	font-size: 14.5px;
	color: #ffffff;
	line-height: 15px;
	padding-bottom: 14px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

.fttrul a {
	display: block;
	line-height: 40px;
	font-size: 13px;
}

.fttrul a:hover {
	color: #0066B2;
}

.hnavmore a:hover {
	background: #0066B2;
}

.sjlogo {
	height: 18px;
}

.sylb1img {
	font-size: 0;
	position: relative;
}

.sylb1img img {
	width: 100%;
}

.sylb1page .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.sylb1page .swiper-pagination-bullet-active {
	background: #0066b2;
	opacity: 1;
}

.sy2 {
	border-bottom: 1px solid #cccccc;
}

.sy2con {
	display: flex;
	height: 72px;
	justify-content: space-between;
	align-items: center;
}

.sy2left {
	white-space: nowrap;
	max-width: 80%;
	overflow: hidden;
}

.sy2left span {
	font-weight: bold;
}

.sy2left a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #484848;
}

.sy2right {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: relative;
}

.sy2right input {
	width: 370px;
	height: 40px;
	line-height: 40px;
	border: none;
	outline: none;
	padding-left: 20px;
}

.sy2rightfind {
	position: absolute;
	width: 70px;
	line-height: 42px;
	right: -1px;
	top: -1px;
	border-radius: 0px;
	background-color: #0066b2;
	border: none;
	outline: none;
	cursor: pointer;
	height: 42px;
}

.sy2rightfind img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sy3title {
	padding-left: 58px;
	background: url(../images/titlebk.png) no-repeat;
	background-position: left center;
}

.sy3titletwo {
	padding-left: 58px;
	background: url(../images/titlebktwo.png) no-repeat;
	background-position: left center;
}


.sy3titlespan {
    font-weight: bold;
	border-bottom: 1px solid #0066b2;
	line-height: 40px;
	height: 40px;
	font-size: 20px;
	color: #0066b2;
	position: relative;
}

.sy3titlespantwo {
	border-bottom: 1px solid #00a4ae;
	line-height: 40px;
	height: 40px;
	font-size: 30px;
	color: #fff;
	position: relative;
}

.sy3titlespanright {
    font-weight: 400;
	float: right;
	font-size: 15px;
	color: #333;
	margin-right: 20px;
	line-height: 50px;
}

.sy3titlespan::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	border-style: solid;
	border-width: 5px;
	border-color: transparent #004273 #004273 transparent;
}

.sy3titlespantwo::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	border-style: solid;
	border-width: 5px;
	border-color: transparent #00a4ae #00a4ae transparent;
}


.sy3 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.sjsy3title {
	text-align: center;
	position: relative;
}

.sjsy3title1 {
	font-size: 20px;
	color: #0066b2;
}

.sjsy3title2 {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 5px;
}

.sjsy3titleline {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.sjsy3titleline::after {
	content: '';
	width: 40px;
	background-color: #0066b2;
	position: absolute;
	top: 0;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
}

.sy3ys {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.sy3ysitem {
	width: 24%;
	border: 1px solid #CCCCCC;
	padding: 35px 0;
	display: flex;
	justify-content: space-between;
	transition: all .3s;
}

.sy3ysitem:hover {
	background-color: #0066B2;
}

.sy3ysitemleft {
	padding-left: 30px;
	flex-grow: 1;
	flex-shrink: 1;
}

.sy3ysitemleft span:nth-child(1) {
    font-weight: bold;
	display: block;
	font-size: 20px;
	color: #000000;
}

.sy3ysitemleft span:nth-child(2) {
	display: block;
	font-size: 13px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 20px;
}


.sy3ysitemleft a {
	height: 28px;
	line-height: 28px;
	width: 90px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	background-color: #0066b2;
	display: inline-block;
	transition: background-color 0.3s;
}

.sy3ysitem:hover a {
	background-color: #fff;
	color: #004273;
}

.sy3ysitemright {
	width: 100px;
	flex-grow: 0;
	flex-shrink: 0;
	text-align: center;
	position: relative;
}

.sy3ysitemright img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.sy4bot {
	margin-top: 50px;
}

.pdcon {
	position: relative;
	font-size: 0;
	overflow: hidden;
}

.pdleft {
	width: 350px;
	padding-right: 40px;
	display: inline-block;
	vertical-align: top;
}

.pdlefttop {
	height: 86px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0066b2;
}

.mt50 {
	margin-top: 50px;
}

.pdlefttop span {
	font-size: 28px;
	color: #ffffff;
}

.pdlefttop img {
	margin-right: 5px;
}

.pdright {
	width: 850px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.5s;
}

.pdleftcent {
	background-color: #ededed;
	padding: 50px 30px;
}

.pdlccon {}

.pdlcitem {
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
	background-color: #00a4ae;
	cursor: pointer;
	display: block;
	position: relative;
	margin-bottom: 1px;
}

.pdlcitemicon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.pdlcitem.active {
	background-color: #0066b2;
}

.pdright {
	font-size: 0;
}

.pdrightitem {
	display: inline-block;
	margin-bottom: 24px;
	margin-right: 16px;
	width: calc(33.333% - 16px);
	border: 1px solid #ccc;
	vertical-align: top;
	position: relative;
}

.pdrightitem img {
	width: 100%;
}

.pdrightitemh {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	opacity: 0;
	transition: all .5s;
}

.pdrightitemh span:nth-child(1) {
	color: #fff;
	font-size: 20px;
	width: 100%;
	display: block;
	text-align: center;
}

.pdrightitemh span:nth-child(2) {
	display: inline-block;
	border: 1px solid #fff;
	height: 20px;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 0 10px;
	margin-top: 5px;
}

.pdrightitem:hover .pdrightitemh {
	opacity: 1;
}

/*.pdrightitem:nth-child(3n) {*/
/*	margin-right: 0;*/
/*}*/

.pdleftbot {
	background-color: #0066b2;
	text-align: center;
	padding: 24px 0;
}

.pdleftbot span {
	display: block;
	text-align: center;
	color: #fff;
}

.pdleftbot1 {
	font-size: 18px;
	margin-top: 10px;
}

.pdleftbot2 {
	font-size: 18px;
}

.HdIp {
	display: none !important;
}

.sy5con {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.sy5mincon {
	width: 176px;
	height: 176px;
	text-align: center;
	border: 1px solid #ccc;
	cursor: pointer;
	transition: all 1s;
	background-color: #fff;
}

.sy5mincon:hover {
	transform: translateY(30px);
}

.sy5mincon img {
	height: 58px;
	margin-top: 40px;
	margin-bottom: 10px;
}

.sy5mincon span {
	display: block;
	text-align: center;
	font-size: 16px;
}

.sy6 {
	background: url(../images/sybktwo.jpg) no-repeat;
	background-position: center;
	min-height: 500px;
	padding-bottom: 80px;
	background-size: auto 100%;
}

.sy6con {
	font-size: 0;
	padding-top: 70px;
}

.sy6conleft {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 530px);
	padding-right: 65px;
}

.sy6conright {
	width: 530px;
	display: inline-block;
	vertical-align: top;
}

.sy6conright img {
	width: 100%;
}

.sy6con_content {
	font-size: 12px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 25px;

}

.sy6con_content p {
	text-indent: 2em;
}

.sy6conmore {
	display: inline-block;
	height: 26px;
	font-size: 12px;
	color: #fff;
	line-height: 26px;
	padding: 0px 8px 0px 30px;
	background: url(../images/aboutmore.png) no-repeat;
	background-position: 8px center;
	background-color: #00a4ae;
}

.sy7 {
	margin-top: -56px;
}

.sy7top {
	text-align: center;
	margin-bottom: 40px;
}

.sy7topcon {
	height: 56px;
	line-height: 56px;
	background-color: #f2f2f2;
	color: #333;
	font-size: 16px;
	text-align: center;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	display: inline-block;
	width: 200px;
	margin: 0 18px;
	cursor: pointer;
}

.sy7topcon.active {
	color: #fff;
	background-color: #00a4ae;
}

.sy7botimgcon {
	border: 1px solid #ccc;
	height: 194px;
	width: calc(100% - 2px);
}

.sy7botimgcon img {
	width: auto;
	max-height: 194px;
}

.sy7botitemhiddon {
	display: none;
}

.sy7botitemcon1page {
	text-align: center;
	width: 100%;
	position: relative;
}

.sy7botitemcon2page {
	text-align: center;
	width: 100%;
	position: relative;
}

.sy7botitemcon1page span {
	margin: 0 4px !important;
}

.sy7botitemcon2page span {
	margin: 0 4px !important;
}

.synewcon {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.synewconleft {
	width: 670px;
	display: flex;
	justify-content: space-between;
}

.synewconleft_left {
	width: 128px;
}

.synll_item {
	padding: 26px;
	background-color: #00a4ae;
	margin-bottom: 2px;
}

.synll_item.active {
	background-color: #0066b2;
}

.synll_item:last-child {
	margin-bottom: 0;
}

.synll_item img {
	height: 34px;
	margin-bottom: 8px;
}

.synll_item span {
	font-size: 19px;
	color: #fff;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.synll_item a {
	display: block;
	border: 1px solid #fff;
	margin: 0 auto;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	padding: 0 4px;
	color: #fff;

}

.synewconleft_right {
	width: 524px;
}

.synewconright {
	width: calc(100% - 670px);
	padding-left: 35px;
}

.synlritemtop {
	background-color: #f8f8f8;
	font-size: 0;
	padding: 18px 12px;
	display: block;
	height: 200px;
}

.synlritemrigtitle:hover {
	color: #0066b2;
}

.synlritemimg {
	display: inline-block;
	vertical-align: top;
	width: 222px;
	max-height: 163px;
	overflow: hidden;
}

.synlritemrig {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 222px);
	padding-left: 10px;
}

.synlritemrigtime {
	font-size: 18px;
	color: #0066b2;
	line-height: 24px;
}

.synlritemrigtitle {
	font-size: 17px;
	color: #000;
	font-weight: bold;
	display: block;
	line-height: 34px;
}

.synlritemrigdet {
	font-size: 13px;
	line-height: 20px;
}

.newsul a {
	padding-left: 20px;
	position: relative;
	display: block;
}

.newsul a::before {
	width: 6px;
	height: 6px;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	background-color: #0066b2;
}

.newsul {
	margin-top: 15px;
}

.newsul li {
	padding: 6px 0;
}

.newsul a span {
	line-height: 24px;
}

.newsul a span:nth-child(1) {
	display: inline-block;
	width: 350px;
}

.newsul a span:nth-child(2) {
	float: right;
}

.newsul a span:hover {
	color: #0066b2;
}

.synwdtitle {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}

.synwdtitle span {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.synwdtitle a {
	display: inline-block;
	font-size: 12px;
	background-color: #ededed;
	padding: 4px 30px 4px 4px;
	position: relative;
}

.synwdtitle a::after {
	content: '+';
	color: #fff;
	position: absolute;
	height: 100%;
	width: 26px;
	text-align: center;
	line-height: 26px;
	top: 0;
	right: 0;
	font-size: 16px;
	background-color: #0066B2;
}


.myscroll {
	width: 100%;
	height: 408px;
	overflow: hidden;
}

.myscrolltitle {
	height: 30px;
	line-height: 30px;
	position: relative;
	padding-left: 30px;
}

.myscrolltitle span:nth-child(1) {
	color: #fff;
	background-color: #413f3f;
	font-size: 15px;
	padding: 0 3px;
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
}

.myscrolltitle span:nth-child(2) {
	display: block;
	font-weight: bold;

}

.myscroll li {
	padding: 25px 0;
	border-bottom: 1px solid #ccc;
}

.myscrollda {
	line-height: 30px;
	position: relative;
	padding-left: 30px;
}

.myscrollda span:nth-child(1) {
	color: #fff;
	background-color: #0066b2;
	font-size: 15px;
	padding: 0 3px;
	position: absolute;
	left: 0;
	height: 30px;
	top: 0;
}

.myscrollda span:nth-child(2) {
	display: block;
	line-height: 24px;
	min-height: 30px;
	padding: 3px 0;
}

.pdrighttitle {
	font-size: 20px;
	color: #0066b2;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin-bottom: 40px;
}

.pdrighttitle::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100px;
	height: 3px;
	background-color: #0066B2;
}

.pagefy {
	margin-top: 50px;
	text-align: center;
}

.pagefyitem {
	display: inline-block;
	font-size: 14px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 4px 5px;
	margin: 0 6px;
	min-width: 32px;
}

.pagefyitem.active {
	color: #fff;
	background-color: #0066B2;
}

.pagefyitem:hover {
	color: #fff;
	background-color: #0066B2;
}

.prd_top {
	position: relative;
	margin-top: 50px;
	font-size: 0;
}

.prd_tl {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.prd_tr {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
}

.prd_tltop {
	border: 1px solid #ccc;
}

.prd_tlbotbigcon {
	margin-top: 20px;
	position: relative;
	padding: 0 20px;
}

.prd_tlbotcon {
	border: 1px solid #ccc;
}

.prd_tlbotnext:after {
	font-size: 18px;
	font-weight: bold;
	color: #0066b2;
}

.prd_tlbotnext {
	right: -10px !important;
}

.prd_tlbotprev:after {
	font-size: 18px;
	font-weight: bold;
	color: #0066b2;
}

.prd_tlbotprev {
	left: -10px !important;
}

.prd_tlbotbigcon .swiper-slide-thumb-active {
	border-color: #0066B2;
}




div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomMask {
	position: absolute;
	background: url("../images/mask.png") repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.prd_bot {
	padding-top: 50px;
}

.pro_x1 {
	margin-top: 40px;
}
.pro_x1 table {
		width: 100%;
		font-size: 11px;
		color: #333333;
		border-width: 1px;
		border-color: #f5f5f5;
		border-collapse: collapse;
	}

.pro_x1 table td {
		border-width: 1px;
		padding: 8px;
		word-break: break-word!imprtant;
		border-style: solid;
		border-color: #f5f5f5!important;
	}

.gsjjcon {
	margin: 40px 0;
	font-size: 0;
}

.gsjjleft {
	font-size: 14px;
	width: 510px;
	padding-right: 30px;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	color: #999;
}

.gsjjleft p {
	text-indent: 2em;
}

.ggjjrighttwo {
	width: calc(100% - 510px);
	display: inline-block;
	vertical-align: top;
}

.gsjjbot {
	box-shadow: 0 0 10px #ccc;
	width: calc(100% - 20px);
	margin: 0 auto;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
}

.gsjjbotitem {
	width: 25%;
	border-right: 1px solid #ccc;
}


.gsjjbotitem:nth-child(4){
 border: none;
}
	
.gsjjbotitemtop {
	padding-left: 50px;
}

.gsjjbotitembot {
	padding-left: 50px;
	font-size: 15px;
}

.gsjjbotitemtop span:nth-child(1) {
	color: #0066B2;
	font-size: 28px;
	position: relative;
	display: inline-block;
}

.gsjjbotitemtop span:nth-child(2) {
	font-size: 15px;
	display: inline-block;
	margin-left: 10px;
}

.gsjjbotitemtopmore {
	margin-right: 10px;
}

.gsjjbotitemtopmore::after {
	content: '+';
	top: -10px;
	right: -18px;
	position: absolute;
}

.ryzi {
	font-size: 0;
}

.ryzitem {
	width: calc(25% - 24px);
	margin-right: 18px;
	margin-bottom: 18px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;

	overflow: hidden;
}
.ryzitem1 {
	width: calc(33% - 24px);
	margin-right: 18px;
	margin-bottom: 18px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;

	overflow: hidden;
}
.ryzitem img {
	transition: all 2s;
}

.ryzitem:hover img {
	transform: scale(1.1);
}

.ryzitem:nth-child(4n) {
	margin-right: 0;
}

.ryzitemtitle {
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}

.cmsdet {
	margin-top: 40px;
}

.cmstitle {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.cmselse {
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;

}

.cmselse span {
	display: inline-block;
	margin: 0 5px;
}

.cmscont {
	font-size: 14px;
	line-height: 30px;
}

.cmslimit {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding: 5px 0;
	border-top: 1px dashed #ccc;
	font-size: 14px;
}

.cmslimit span {
	font-weight: bold;
	display: inline-block;
}

.cmslimit a {
	display: inline-block;
	margin-right: 10px;
}

.cmslimit a:hover {
	color: #0066B2;
}

.sxp {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.sxp a {
	width: 48%;
}

.sxp a span {
	color: #0066B2;
}

.sxp a:hover {
	color: #0066B2;
}

.newcon {
	margin-top: 40px;
}

.newitem {
	font-size: 0;
	display: block;
	margin-top: 40px;
}

.newitem:hover {
	background-color: #f5f5f5;
}

.newitemimg {
	display: inline-block;
	width: 240px;
	vertical-align: top;
	height: 180px;
}

.newitemimg img {
	width: 100%;
	height: 100%;
}

.newitemright {
	width: calc(100% - 240px);
	display: inline-block;
	vertical-align: top;
	height: 180px;
	padding-left: 40px;
	position: relative;
	padding-right: 100px;
}

.newitemright::after {
	content: '>';
	position: absolute;
	width: 56px;
	text-align: center;
	height: 178px;
	font-size: 20px;
	border: 1px solid #e5e5e5;
	right: 0;
	top: 0;
	line-height: 178px;
}

.newitem:hover .newitemright::after {
	background-color: #0066b2;
	color: #fff;
}

.newitemrighttitle {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 40px;
}

.newitemrighttitle::after {
	content: '';
	width: 40px;
	height: 1px;
	background-color: #ccc;
	bottom: 0;
	left: 0;
	position: absolute;
}

.newitemrighttime {
	font-size: 13px;
}

.newitemrightdet {
	font-size: 13px;
	color: #999;
	margin-top: 10px;
	line-height: 24px;
}
.concat{
	margin-top: 40px;
}
.cctop{
	margin-top: 40px;
	display: flex;
	background-color: #f5f5f5;
}
.cctop img{
	width: 500px;
	flex-grow: 0;
	flex-shrink: 0;
}
.cctopr{
	width: calc(100% - 500px);
	padding: 75px 40px;
}
.cctopr span:nth-child(1){
	font-size: 18px;
	color: #0066b2;
	margin-bottom: 36px;
	display: block;
}
.cctopr span:nth-child(2){
	font-size: 17px;
	color: #666;
	line-height: 30px;
	display: block;
}
.cccent{
	margin-top: 40px;
	padding-left: 160px;
	position: relative;
	font-size: 0;
}
.cccentleft{
	position: absolute;
	left: 0;
	top: 0;
	
}
.cccentleft span{
	display: block;
	font-size: 14px;
	text-align: center;
}
.cccenrgititem{
	width: calc(25% - 25px);
	display: inline-block;
	margin-left: 25px;
	font-size: 14px;
	border-left: 1px solid #ccc;
	text-align: center;
	    padding: 20px 0;
}
.cccenrgititem img{
	margin-bottom: 10px;
}
.cccenrgititem span{
	display: block;
}
.cancatmap{
	height: auto;
	margin-top: 40px;
	margin-bottom: 30px;
}
.concatform{
	margin-top: 40px;
}
.concatformtitle{
	height: 34px;
	border: 1px solid #ccc;
	width: 160px;
	text-align: center;
	line-height: 34px;
	margin: 0 auto;
	font-size: 20px;
}
.concatformtip{
	text-align: center;
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 40px;
}
.concatformtip span{
	color: #f00;
}
.catfitemcon{
	display: flex;
	justify-content: space-between;
}
.catfitem{
	border: 1px solid #ccc;
	padding: 5px;
	padding-left: 20px;
	position: relative;
	width: calc(25% - 10px);
	outline: none;
	font-size: 14px;
	line-height: 26px;
}
.catfitem input{
	border: none;
	width: 100%;
	outline: none;
	line-height: 26px;
}
.catfitem::before{
	content: '*';
	color: #f00;
	position: absolute;
	left: 5px;
	top: 0;
	line-height: 46px;
}
.catarea{
	resize: none;
	margin-top: 15px;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	outline: none;
	border: 1px solid #ccc;
	padding: 10px;
}
.catsubmit{
	width: 260px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background-color: #0066B2;
	margin: 0 auto;
	margin-top: 20px;
	border: none;
	outline: none;
	display: block;
	cursor: pointer;
}
.prodxqpz{
	font-size: 0;
	text-align: right;
	margin-bottom: 20px;
}
.prodxqpzitem{
	display: inline-block;
	margin-left: 10px;
	text-align: center;
}
.prodxqpzitem img{
	margin-bottom: 5px;
}
.prodxqpzitem span{
	display: block;
	font-size: 14px;
}
/* 高分辨率 */
@media (min-width:1921px) {}

/* 平板 */
@media (max-width:1400px) {}

/* 手机 */
@media (max-width:1000px) {
    .prodxqpz{
		text-align: center;
	}
	.prodxqpzitem span {
	    font-size: 12px;
	}
	.prodxqpzitem {
	    margin: 0 5px;
	}
	.pro_x1{
		margin-top: 20px;
	}
	.concatformtip{
		margin-bottom: 20px;
	}
	.catfitemcon{
		flex-wrap: wrap;
	}
	.catfitem{
		width: 100%;
		margin-bottom: 10px;
	}
	.cancatmap{
		margin-top: 20px;
		height: 300px;
	}
	.cccenrgititem{
		width: 50%;
		border: none;
		margin: 0;
		font-size: 12px;
	}
	.cccent{
		padding: 0;
		margin-top: 20px;
	}
	.cccentleft{
		display: none;
	}
	.concat{
		margin-top: 0;
	}
	.cctopr {
	    width:100%;
	    padding: 20px;
	}
	.cctop img {
	    width: 100%;
	}
	.cctopr span:nth-child(2) {
	    font-size: 13px;
	    color: #666;
	    line-height: 20px;
	    display: block;
	}
	.cctopr span:nth-child(1) {
	    font-size: 16px;
	    color: #0066b2;
	    margin-bottom: 10px;
	    display: block;
	}
	.cctop{
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.newitemimg {
		display: none;
	}
	.newitemrightdet {
	    font-size: 12px;
	    color: #333;
	    margin-top: 5px;
	    line-height: 18px;
	}
	.newitemrighttitle {
		font-size: 14px;
		color: #000000;
		font-weight: bold;
		position: relative;
		padding-bottom: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		width: calc(100% - 80px);
		line-height: 20px;
	}

	.newitemrighttime {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 12px;
		line-height: 20px;
	}

	.newitemrighttitle::after {
		content: '';
		display: none;
	}
	.newitemright::after {
	    content: '>';
	    display: none;
	}
	.newitemright {
		width: 100%;
		padding: 0;
		height: auto;
	}

	.newcon {
		margin-top: 20px;
	}

	.newitem {
		margin-top: 0px;
		padding: 10px 0;
		position: relative;
		border-bottom: 1px solid #ccc;
	}

	.sxp a {
		width: 100%;
		font-size: 12px;
	}

	.sxp {
		flex-wrap: wrap;
	}

	.cmslimit {
		font-size: 12px;
	}

	.cmscont {
		font-size: 12px;
		line-height: 24px;
	}

	.cmsdet {
		margin-top: 20px;
	}

	.cmselse {
		text-align: center;
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.cmstitle {
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}

	.ryzitemtitle {
		font-size: 12px;
		line-height: 30px;
	}

	.ryzi {
		margin-top: 20px;
	}

	.ryzitem {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.ryzitem:nth-child(2n) {
		margin-right: 0;
	}

	.gsjjbotitem {
		width: 50%;
	}

	.gsjjbotitem:nth-child(1) {
		margin-bottom: 20px;
	}

	.gsjjbotitem:nth-child(2n) {
		border: none;
	}

	.gsjjbotitemtop {
		padding-left: 20px;
	}

	.gsjjcon {
		margin: 20px 0;
	}

	.gsjjbot {
		margin-bottom: 20px;
		padding: 20px 0;
	}

	.gsjjbotitemtop span:nth-child(1) {
		font-size: 20px;
	}

	.gsjjbotitemtop span:nth-child(2) {
		font-size: 12px;
		display: inline-block;
		margin-left: 10px;
	}

	.gsjjbotitembot {
		padding-left: 20px;
		font-size: 12px;
	}

	.gsjjleft {
		font-size: 12px;
		width: 100%;
		line-height: 24px;
	}

	.ggjjrighttwo {
		width: 100%;
	}

	.prd_tl {
		width: 100%;
	}

	.sjsynewtop {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

	.sjsynewtopitem {
		width: 33.333%;
		font-size: 14px;
		color: #fff;
		text-align: center;
		height: 40px;
		line-height: 40px;
		background-color: #00A4AE;
	}

	.sjsynewtopitem.active {
		background-color: #0066B2;

	}

	.sjsynewcent {
		background-color: #fff;
		overflow-x: hidden;
		width: 100%;
	}

	.sjsynewcentitem {
		width: 33.333%;
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
	}

	.sjsynewcentitemtop {
		position: relative;
	}

	.sjsynewcentitemtop span:nth-child(1) {
		font-weight: bold;
		display: block;
		width: calc(100% - 80px);
		line-height: 20px;
	}

	.sjsynewcentitemtop span:nth-child(2) {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 12px;
		line-height: 20px;
	}

	.sjsynewcentitem a>span {
		font-size: 12px;
		display: block;
		margin-top: 5px;
	}

	.sjsynewcentitem a {
		display: block;
		padding: 10px;
		border-bottom: 1px solid #f8f8f8;
		position: relative;
	}

	.sjsynewcentall {
		width: 300%;
		transition: all 1s;
		font-size: 0;
	}

	.sjsynewbot {
		margin-top: 20px;
	}

	.sy8 {
		margin-top: 20px;
		padding-top: 20px;
		background-color: #f8f8f8;
		padding-bottom: 20px;
	}

	.sy7sjtop {
		margin: 20px 0;
	}

	.sy7botitemhiddon {
		display: block;
	}

	.sy7 {
		transform: none;
		margin-top: 0;
	}

	.sy6conmore {
		display: block;
		width: 86px;
		margin: 0 auto;
	}

	.sy6 {
		background: #f8f8f8;
		min-height: auto;
		padding-bottom: 20px;
	}

	.sy6con {
		padding-top: 20px;
	}

	.sy6con_content {
		color: #333;
		line-height: 26px;
		margin-top: 20px;
	}

	.sy6conleft {
		width: 100%;
		padding-right: 0;
	}

	.sy6conright {
		display: none;
	}

	.sy4 {
		background-color: #f8f8f8;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.cpsy4 {
		background-color: #fff;
		padding: 0;
	}

	.cpsy4 .mt50 {
		margin: 0;
	}

	.sjpdrighttitle {
		height: 50px;
		color: #fff;
		line-height: 50px;
		background-color: #0066B2;
		font-size: 16px;
		text-align: center;
	}

	.sy5con {
		flex-wrap: wrap;
		margin-top: 10px;
	}

	.sy5mincon:hover {
		transform: translateY(5px);
	}

	.sy5mincon {
		width: 32%;
		margin-bottom: 10px;
		height: auto;

	}

	.sy5mincon img {
		height: 48px;
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.sy5mincon span {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.pdrightitemh {
		opacity: 1;
		top: auto;
		bottom: 0;
		height: 24px;
		padding: 0 10px;
	}

	.pdrightitemh span:nth-child(1) {
		font-size: 14px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.pdrightitemh span:nth-child(2) {
		display: none;
	}

	.mt50 {
		margin-top: 20px;
	}

	.pdright {
		width: 100%;
	}

	.pdrightitem {
		margin-right: 2%;
		width: 49%;
		margin-bottom: 10px;
	}

	.pdrightitem:nth-child(3n) {
		margin-right: 2%;
	}

	.pdrightitem:nth-child(2n) {
		margin-right: 0
	}

	.main {
		padding-top: 50px;
		padding-bottom: 0;
	}

	.pro_pdright .pdrightitem {
		width: 100%;
		padding: 10px 0;
		margin: 0;
		border: none;
		border-bottom: 1px solid #e5e5e5;
	}

	.pro_pdright a {
		display: flex;
		align-items: flex-start;
	}
	.prd_tr{
		display: block;
		    width: 100%;
		    padding: 0;
		    margin: 10px 0 0 0;
	}

	.pro_pdright img {
		width: 35%;
	}

	.pro_r {
		width: 75%;
		padding-left: 5px;
	}

	.pro_rtitle {
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	
	.pro_x1 table {
		width: 100%!imprtant;
		height: auto!imprtant;
		font-size: 9px;
		color: #333333;
		border-width: 1px;
		border-color: #f5f5f5;
		border-collapse: collapse;
	}
	.pro_x1 tbody{
			width: 100%!imprtant;
	} 

.pro_x1 table td {
		border-width: 1px;
		padding: 1px;
		word-break: normal!imprtant;
		border-style: solid;
		border-color: #f5f5f5!important;
	}

	.pro_rdet {
		font-size: 14px;
	}

	.sy3 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.sy3ys {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.sy3ysitemleft {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		width: 100%;
	}

	.sy3ysitemright {
		width: 100%;
	}

	.sy3ysitemright img {
		margin-top: 10px;
		position: relative;
		height: 40px;
		margin-bottom: 10px;
	}

	.sy3ysitemleft span:nth-child(1) {
		font-size: 16px;
	}

	.sy3ysitemleft span:nth-child(2) {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.sy3ysitem {
		width: 49%;
		padding: 10px 0;
		margin-top: 10px;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.pc {
		display: none;
	}

	.sj {
		display: block;
	}

	.juzhong {
		width: 100%;
		padding: 0 10px;
	}

	.sjnavbtn {
		height: 15px;
	}

	.sjh {
		height: 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #fff;
	}

	.sjh_ul {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #0066b2;
		color: #fff;
		font-size: 14px;
	}

	.sjh_a {
		height: 40px;
		line-height: 40px;
		display: block;
	}

	.sjh_li {
		border-bottom: 1px solid #004273;
	}

	.sjh_li i {
		background: url(../images/arrt.png) no-repeat center center;
		background-size: 16px;
		width: 40px;
		height: 40px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.sjh_li i.active {
		background: url(../images/arrb.png) no-repeat center center;
		background-size: 16px;
	}

	.sjh_minul {
		position: relative;
		width: 100%;

	}

	.sjh_minli a {
		display: block;
		background-color: #013e6b;
		border-bottom: 1px solid #0066b2;
		height: 40px;
		line-height: 40px;
	}

	.sjf_top {
		padding: 30px 0;
		text-align: center;
		line-height: 1.5;
		font-size: 13px;
	}

	.sjf {
		padding-bottom: 60px;
	}

	.sjfb {
		position: fixed;
		width: 100%;
		height: 60px;
		bottom: 0;
		left: 0;
		z-index: 999;
		background-color: #0066b2;
		display: flex;
	}

	.sjfbitem {
		width: 25%;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
	}

	.sjfbitem span {
		color: #fff;
		font-size: 12px;
		display: block;
		width: 100%;
		text-align: center;
	}

	.sjfbitem img {
		height: 20px;
		margin-bottom: 3px;
	}

	.sjfbitem:nth-child(1) {
		background-color: #00a4ae;
	}

	.sjheader {
		position: fixed;
		width: 100%;
		z-index: 999;
	}

	.pdsjkz {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}

	.pdsjkzitem {
		width: 33%;
		background-color: #00a4ae;
		text-align: center;
		height: 36px;
		line-height: 36px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #fff;
		margin-bottom: 3px;
		font-size: 12px;
	}

	.pdsjkzitem.active {
		background-color: #0066b2;
	}

	.pagefyitem {
		display: inline-block !important;
		font-size: 12px;
		padding: 4px;
		min-width: 28px;
		margin: 0 3px;
	}

	.pagefy {
		margin-top: 20px;
	}
	.sjf_topitem{
		margin-top: 10px;
	}
	.sjf_topitem img{
		height: 20px;
		display: inline-block;
		margin-right: 4px;
		vertical-align: middle;
	}
	.sjf_topitem img:nth-child(2){
		height: 18px;
	}
	.sjf_topitem span{
		display: inline-block;
		margin-right: 4px;
		vertical-align: middle;
	}

}
